Introduction
-------------
This text document accompanies the MSP430_DM814x CCS test case for DM814X 
EVM. It provides a brief of the methodology of the test and the procedure for 
executing the same.

Overview
---------
This CCS test application establishes the communication between the DM814X
processor and MSP430 uc. The test code reads the shunt voltage measured by INA (here it is U12),
from the DM814x processor and display in the console.

NOTE: INA current monitor project in IOEXPANSION board should be run before running this test.  
-----	

The voltage printed in the console should be very near to the printed voltage value
in the hyperterminal (output of MSP430_UART project) against #U12.

Board Settings
--------------
This test does not require any special settings to be configured on the board.

Procedure
----------
This test application assumes the various initialization as well as all
the PLL initialization is already carried out by the GEL scripts. At the minimum
the following GEL scripts are to be executed.
	1. PG 2.X DM814X                --> ALL_ADPLL_CLOCKS_ENABLE_API 
	2. PG 2.x DM814X 		   --> I2C0Enable

load "BB_014_MSP430_DM814x.out" file and run.
	
The approximate bus voltage value will be 3324 mV.


	
